Skip to content

feat(container): update image ghcr.io/siderolabs/omni ( v1.4.7 → v1.5.0 ) - #1203

Merged
Mafyuh merged 1 commit into
mainfrom
renovate/ghcr.io-siderolabs-omni-1.x
Feb 7, 2026
Merged

feat(container): update image ghcr.io/siderolabs/omni ( v1.4.7 → v1.5.0 )#1203
Mafyuh merged 1 commit into
mainfrom
renovate/ghcr.io-siderolabs-omni-1.x

Conversation

@renovate

@renovate renovate Bot commented Feb 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/omni minor v1.4.7v1.5.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

siderolabs/omni (ghcr.io/siderolabs/omni)

v1.5.0

Compare Source

16 commits

  • 2aabc02a6 chore: rekres
  • 3a7c92784 chore: rekres to disable helm doc generation step
  • c241820e7 fix: apply AccessPolicy rules on gRPC proxy for Talos backend
  • 587356b31 fix: stop generating node unique token in NodeUniqueTokenStatus
  • 85ff13f95 feat(installation-media): add step validation to installation media wizard
  • 0b33cf8ed feat(installation-media): select defaults for each form step
  • 8f1eb588d refactor(frontend): extract route.name into a computed ref
  • 0d5d7da62 feat: allow multiple --config-path flags for config merging
  • 056d5e4e1 fix: bind wireguard to configured address instead of all interfaces
  • 7376edafc fix(installation-media): fix bug when setting arch to amd64
  • c3c483d76 fix(installation-media): clarify bootloader section
  • 9bcd356c4 fix: don't submit empty machine labels to create schematic
  • 46de2c3aa chore: enable no-explicit-any in frontend and fix errors
  • d20fd8f0e chore: rekres and generate-frontend
  • bc7725f76 feat(installation-media): implement edit preset functionality
  • 77a32346b refactor(installation-media): move form state to its own composable

v1.4.9

Compare Source

Omni 1.4.9 (2026-02-06)

Welcome to the v1.4.9 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Urgent Upgrade Notes (No, really, you MUST read this before you upgrade)

This release consolidates Discovery service state, Audit logs, Machine logs, and Secondary resources into a single SQLite storage backend.

1. New Required Flag
You must set the new --sqlite-storage-path (or .storage.sqlite.path) flag. There is no default value, and Omni will not start without it.
It must be a path to the SQLite file (will be created by Omni), not a directory, e.g., --sqlite-storage-path=/path/to/omni-sqlite.db.

2. Audit Logging Changes
A new flag --audit-log-enabled (or .logs.audit.enabled) has been introduced to explicitly enable or disable audit logging.

  • Default: true.
  • Change: Previously, audit logging was implicitly enabled only when the path was set. Now, it is enabled by default.

3. Automatic Migration
Omni will automatically migrate your existing data (BoltDB, file-based logs) to the new SQLite database on the first startup. To ensure this happens correctly, simply add the new SQLite flag and leave your existing storage flags in place for the first run.

Once the migration is complete, you are free to remove the deprecated flags listed below. If they remain, they will be ignored and eventually dropped in future versions.

4. Deprecated Flags (Kept for Migration)
The following flags (and config keys) are deprecated and kept solely to facilitate the automatic migration:

  • --audit-log-dir (.logs.audit.path)
  • --secondary-storage-path (.storage.secondary.path)
  • --machine-log-storage-path (.logs.machine.storage.path)
  • --machine-log-storage-enabled (.logs.machine.storage.enabled)
  • --embedded-discovery-service-snapshot-path (.services.embeddedDiscoveryService.snapshotsPath)
  • --machine-log-buffer-capacity (.logs.machine.bufferInitialCapacity)
  • --machine-log-buffer-max-capacity (.logs.machine.bufferMaxCapacity)
  • --machine-log-buffer-safe-gap (.logs.machine.bufferSafetyGap)
  • --machine-log-num-compressed-chunks (.logs.machine.storage.numCompressedChunks)

5. Removed Flags
The following flags have been removed and are no longer supported:

  • --machine-log-storage-flush-period (.logs.machine.storage.flushPeriod)
  • --machine-log-storage-flush-jitter (.logs.machine.storage.flushJitter)
Contributors
  • Edward Sammut Alessi
  • Utku Ozdemir
Changes
2 commits

  • d38be3fb release(v1.4.9): prepare release
  • 0108d1e4 fix: prevent unwanted upgrades of non-image-factory machines (backport)

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.4.8

v1.4.8

Compare Source

Omni 1.4.8 (2026-02-04)

Welcome to the v1.4.8 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Urgent Upgrade Notes (No, really, you MUST read this before you upgrade)

This release consolidates Discovery service state, Audit logs, Machine logs, and Secondary resources into a single SQLite storage backend.

1. New Required Flag
You must set the new --sqlite-storage-path (or .storage.sqlite.path) flag. There is no default value, and Omni will not start without it.
It must be a path to the SQLite file (will be created by Omni), not a directory, e.g., --sqlite-storage-path=/path/to/omni-sqlite.db.

2. Audit Logging Changes
A new flag --audit-log-enabled (or .logs.audit.enabled) has been introduced to explicitly enable or disable audit logging.

  • Default: true.
  • Change: Previously, audit logging was implicitly enabled only when the path was set. Now, it is enabled by default.

3. Automatic Migration
Omni will automatically migrate your existing data (BoltDB, file-based logs) to the new SQLite database on the first startup. To ensure this happens correctly, simply add the new SQLite flag and leave your existing storage flags in place for the first run.

Once the migration is complete, you are free to remove the deprecated flags listed below. If they remain, they will be ignored and eventually dropped in future versions.

4. Deprecated Flags (Kept for Migration)
The following flags (and config keys) are deprecated and kept solely to facilitate the automatic migration:

  • --audit-log-dir (.logs.audit.path)
  • --secondary-storage-path (.storage.secondary.path)
  • --machine-log-storage-path (.logs.machine.storage.path)
  • --machine-log-storage-enabled (.logs.machine.storage.enabled)
  • --embedded-discovery-service-snapshot-path (.services.embeddedDiscoveryService.snapshotsPath)
  • --machine-log-buffer-capacity (.logs.machine.bufferInitialCapacity)
  • --machine-log-buffer-max-capacity (.logs.machine.bufferMaxCapacity)
  • --machine-log-buffer-safe-gap (.logs.machine.bufferSafetyGap)
  • --machine-log-num-compressed-chunks (.logs.machine.storage.numCompressedChunks)

5. Removed Flags
The following flags have been removed and are no longer supported:

  • --machine-log-storage-flush-period (.logs.machine.storage.flushPeriod)
  • --machine-log-storage-flush-jitter (.logs.machine.storage.flushJitter)
Contributors
  • Edward Sammut Alessi
  • Artem Chernyshev
  • Oguz Kilcan
  • Utku Ozdemir
  • Utku Ozdemir
Changes
7 commits

  • 93e71058 release(v1.4.8): prepare release
  • df8b9462 fix: open OIDC plugin link in a new tab
  • 26e6d991 fix(frontend): keep correct auth flow for cli/workload
  • 3959a0f1 fix: apply AccessPolicy rules on gRPC proxy for Talos backend
  • 1a11c1d0 feat: clean up orphaned machine logs from sqlite
  • dd635009 fix: pause cluster machine watches until expanded
  • 450a7fe5 fix: stop generating node unique token in NodeUniqueTokenStatus

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.4.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Feb 7, 2026

Copy link
Copy Markdown

🛡️ Trivy Security Scan Complete

Scanned Image: ghcr.io/siderolabs/omni:v1.5.0
📊 View Security Scan Results

Results are available in the Security tab above.

@Mafyuh
Mafyuh merged commit 26a31ea into main Feb 7, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/ghcr.io-siderolabs-omni-1.x branch February 7, 2026 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant